home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Panorama.dxr / 00082.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  225 b   |  17 lines

  1. on enterFrame
  2.   global audioguidesprite
  3.   movieframescript(120)
  4.   selectmenu()
  5.   if not soundBusy(2) then
  6.     puppetSprite(audioguidesprite, 0)
  7.   end if
  8. end
  9.  
  10. on exitFrame
  11.   go(the frame)
  12. end
  13.  
  14. on idle
  15.   checkrollover(#up)
  16. end
  17.